home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / lulu.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  479b  |  20 lines

  1. struct lulu_cb {
  2.        int     cp_id[2];
  3.        int     hs_id;
  4.        char    luname[8];
  5.        char    modename[8];
  6.        int     session_id;
  7.        char    half_session_type;
  8.        char    session_type;
  9.        int     pc_id;
  10.        int     abs;
  11.        int     address[2];
  12.        int     hs_id;
  13.        int     sent_initiate_rq[2];
  14.        int     snt;
  15.        char    bind_rq_rn *bptr;
  16.        int     sent_unbind_rq;
  17.        char    random *rdptr;
  18.        };
  19.  
  20.